This method runs a Stored procedure and returns a dataset.
Parameters:
| Description | |
|---|---|
| System.String | SQL Stored procdeure name to be executed. |
| System.String | Table name that will contain the result set in the DataSet. |
| System.Data.IDataParameter | An array of objects to be assigned as the input values of the stored procedure. |
Returns:
| Type | |
|---|---|
| System.Data.DataSet |
| C# | |
|---|---|
public DataSet RunSPReturnDataset( string procName, string tableName, params IDataParameter[] parameterValues ) | |
Parameters
- procName
- tableName
- parameterValues
| Depends on | |
|---|---|
| Nothing |
Revision History:
| Date | |
|---|---|
| Friday, June 9, 2004 | 1.0.0 |
Target Platforms: .NET Framework 1.1 or .NET Framework 2.0